home *** CD-ROM | disk | FTP | other *** search
- function SetScreenWatch(sw)
- {
- ScreenWatch = int(sw);
- }
- function HandleEnter()
- {
- if(ScreenWatch == 5)
- {
- }
- if(ScreenWatch == 4)
- {
- if(int(eval(_root.ResLevel + ".Register")._currentFrame) == 5)
- {
- _root.ButtonHit(eval(_root.ResLevel + ".Register"));
- }
- }
- if(ScreenWatch == 3)
- {
- }
- if(ScreenWatch == 2)
- {
- _root.ButtonHit(eval(_root.ResLevel + ".Select"));
- }
- if(ScreenWatch == 1)
- {
- if(int(eval(_root.ResLevel + ".Accept")._currentFrame) == 5)
- {
- _root.ButtonHit(eval(_root.ResLevel + ".Accept"));
- }
- }
- if(ScreenWatch == 0)
- {
- _root.SplashScreenComplete();
- }
- }
- function HandleEsc()
- {
- fscommand("button","escape");
- }
- function HandleTab()
- {
- Selection.setFocus("_level0.DummyText");
- }
- function HandleUp()
- {
- }
- function HandleDown()
- {
- }
-